projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1596f1c
)
(TEXT_END, DATA_END): Fix the definitions.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Aug 1995 23:47:16 +0000
(23:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Aug 1995 23:47:16 +0000
(23:47 +0000)
src/m/alpha.h
patch
|
blob
|
history
diff --git
a/src/m/alpha.h
b/src/m/alpha.h
index a54585d3a5df2cd68456976a0de50c2bc54ad098..459a00d8181b662623ddc6892da807e4cdc78e32 100644
(file)
--- a/
src/m/alpha.h
+++ b/
src/m/alpha.h
@@
-284,6
+284,6
@@
extern void r_alloc_free ();
simultaneously. */
#define NO_TERMIO
-#define TEXT_END ({ extern int _etext; _etext; })
-#define DATA_END ({ extern int _EDATA; _EDATA; })
+#define TEXT_END ({ extern int _etext;
&
_etext; })
+#define DATA_END ({ extern int _EDATA;
&
_EDATA; })
#endif